python set cwd to file location

37

change directory in python script -

os.chdir(os.path.dirname(__file__))

Comments

Submit
0 Comments